-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
REGR: MultiIndex Indexing #35353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
REGR: MultiIndex Indexing #35353
Conversation
I'll add tests if nothing breaks. I'm not keen on special casing the base Index method, but overriding _reindex_non_unique maybe overkill. maybe better to revert part of #33691 |
test failures unrelated, see #34850 so marking as ready for review. whatsnew needed for regression in rc? |
Thanks, LGTM.
I don't think so. |
mpl issue breaking the docs? |
rebased and green. since this is for 1.1, I suppose this could be merged even without a firm decision on the branch strategy. |
Yep, thanks. |
* REGR: MultiIndex Indexing * add test
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff